window: Set the type hint when it changes, not just on map()
authorBenjamin Otte <otte@redhat.com>
Sun, 19 Jul 2015 02:44:17 +0000 (04:44 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 19 Jul 2015 02:45:25 +0000 (04:45 +0200)
commit04883e72fa5eae8756710e46917d1c9058baf1f8
tree1196651e5029d60b6f45eb06a455722cdbd5f1ea
parentb0ac837271b9584657cf39a7543d8d42a23b057f
window: Set the type hint when it changes, not just on map()

There is no reason to wait until map() to reset a type hint on the GDK
window. Just set it when it changes.
gtk/gtkwindow.c